home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / onlineco / files / ImageMagick-6.0.1-Q16-windows-dll.exe / {app} / include / magick / client.h < prev    next >
Encoding:
C/C++ Source or Header  |  2003-08-05  |  386 b   |  22 lines

  1. /*
  2.   ImageMagick client methods.
  3. */
  4. #ifndef _MAGICK_CLIENT_H
  5. #define _MAGICK_CLIENT_H
  6.  
  7. #if defined(__cplusplus) || defined(c_plusplus)
  8. extern "C" {
  9. #endif
  10.  
  11. extern MagickExport const char
  12.   *GetClientPath(void),
  13.   *GetClientName(void),
  14.   *SetClientName(const char *),
  15.   *SetClientPath(const char *);
  16.  
  17. #if defined(__cplusplus) || defined(c_plusplus)
  18. }
  19. #endif
  20.  
  21. #endif
  22.